UInt32NINumericUInt32NLogicalExclusiveOr Method
Computes the bitwise logical exclusive OR, also known as the bitwise logical XOR, of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt32N INumeric<UInt32N>.LogicalExclusiveOr(
UInt32N value
)
Private Function LogicalExclusiveOr (
value As UInt32N
) As UInt32N Implements INumeric(Of UInt32N).LogicalExclusiveOr
private:
virtual UInt32N LogicalExclusiveOr(
UInt32N value
) sealed = INumeric<UInt32N>::LogicalExclusiveOr
private abstract LogicalExclusiveOr :
value : UInt32N -> UInt32N
private override LogicalExclusiveOr :
value : UInt32N -> UInt32N
- value UInt32N
- The value with which to compute the logical exclusive OR.
UInt32NThe bitwise logical exclusive OR of the current value and
value.
INumericTSelfLogicalExclusiveOr(TSelf)